Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the minor-updates group with 4 updates: hyper, arrow, clap and parquet.

Updates hyper from 1.6.0 to 1.7.0

Release notes

Sourced from hyper's releases.

v1.7.0

Highlights

Features

  • client:
  • error: add Error::is_shutdown() (#3863) (b8affd8a, closes #2745)
  • server: add allow_multiple_spaces_in_request_line_delimiters http1 builder method (#3929) (9749184f)

Bug Fixes

  • server: improve caching accuracy of Date header (#3887) (436cadd1)

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.7.0 (2025-08-18)

Bug Fixes

  • server: improve caching accuracy of Date header (#3887) (436cadd1)

Features

  • client:
  • error: add Error::is_shutdown() (#3863) (b8affd8a, closes #2745)
  • server: add allow_multiple_spaces_in_request_line_delimiters http1 builder method (#3929) (9749184f)
Commits
  • 400bdfd v1.7.0
  • 9749184 feat(server): add allow_multiple_spaces_in_request_line_delimiters http1 bu...
  • caa166c chore(dependencies): avoid implicit cargo feature of futures-util (#3931)
  • 8ad2595 test(common): add missing assertion in full_rewind test (#3926)
  • 24f0da8 chore(ci): update to cargo-check-external-types-0.3.0 (#3928)
  • 974289f docs(rt): improve rt module overview (#3920)
  • 283fd23 docs: improve ext module overview and Protocol docs (#3921)
  • b8affd8 feat(error): add Error::is_shutdown() (#3863)
  • c88df78 docs(SECURITY): update policy to use GSA drafts when reporting vulnerabilitie...
  • 436cadd fix(server): improve caching accuracy of Date header (#3887)
  • Additional commits viewable in compare view

Updates arrow from 56.0.0 to 56.1.0

Release notes

Sourced from arrow's releases.

arrow 56.1.0

Changelog

56.1.0 (2025-08-21)

Full Changelog

Implemented enhancements:

  • Implement cast and other operations on decimal32 and decimal64 #7815 #8204 [arrow]
  • Speed up Parquet filter pushdown with predicate cache #8203 [parquet]
  • Optionally read parquet page indexes #8070 [parquet]
  • Parquet reader: add method for sync reader read bloom filter #8023 [parquet]
  • [parquet] Support writing logically equivalent types to ArrowWriter #8012 [parquet]
  • Improve StringArray(Utf8) sort performance #7847 [arrow]
  • feat: arrow-ipc delta dictionary support #8001 [arrow] (JakeDern)

Fixed bugs:

  • The Rustdocs are clean CI job is failing #8175
  • [avro] Bug in resolving avro schema with named type #8045 [arrow]
  • Doc test failure (test arrow-avro/src/lib.rs - reader) when verifying avro 56.0.0 RC1 release #8018 [arrow]

Documentation updates:

Performance improvements:

... (truncated)

Changelog

Sourced from arrow's changelog.

Historical Changelog

Commits
  • 76b75ee Prepare for 56.1.0 release (#8202)
  • cec24a0 [Variant] Caller provides ParentState to ValueBuilder methods (#8189)
  • d5701d2 [Variant] Enhance the variant fuzzy test to cover time/timestamp/uuid primiti...
  • c71edce [Variant] VariantArrayBuilder tracks only offsets (#8193)
  • a9b4221 Implement ArrayBuilder for UnionBuilder (#8169)
  • be0ede7 [Variant] ParentState handles finish/rollback for builders (#8185)
  • 8875504 arrow-row: Document dictionary handling (#8168)
  • ebb6ede [Variant]: Implement DataType::RunEndEncoded support for cast_to_variant ...
  • 62770b6 [Variant]: Implement DataType::Dictionary support for cast_to_variant ker...
  • 653ca78 [Variant] Rename ValueBuffer as ValueBuilder (#8187)
  • Additional commits viewable in compare view

Updates clap from 4.5.42 to 4.5.46

Release notes

Sourced from clap's releases.

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

v4.5.45

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

v4.5.43

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Changelog

Sourced from clap's changelog.

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates parquet from 56.0.0 to 56.1.0

Release notes

Sourced from parquet's releases.

arrow 56.1.0

Changelog

56.1.0 (2025-08-21)

Full Changelog

Implemented enhancements:

  • Implement cast and other operations on decimal32 and decimal64 #7815 #8204 [arrow]
  • Speed up Parquet filter pushdown with predicate cache #8203 [parquet]
  • Optionally read parquet page indexes #8070 [parquet]
  • Parquet reader: add method for sync reader read bloom filter #8023 [parquet]
  • [parquet] Support writing logically equivalent types to ArrowWriter #8012 [parquet]
  • Improve StringArray(Utf8) sort performance #7847 [arrow]
  • feat: arrow-ipc delta dictionary support #8001 [arrow] (JakeDern)

Fixed bugs:

  • The Rustdocs are clean CI job is failing #8175
  • [avro] Bug in resolving avro schema with named type #8045 [arrow]
  • Doc test failure (test arrow-avro/src/lib.rs - reader) when verifying avro 56.0.0 RC1 release #8018 [arrow]

Documentation updates:

Performance improvements:

... (truncated)

Changelog

Sourced from parquet's changelog.

Historical Changelog

Commits
  • 76b75ee Prepare for 56.1.0 release (#8202)
  • cec24a0 [Variant] Caller provides ParentState to ValueBuilder methods (#8189)
  • d5701d2 [Variant] Enhance the variant fuzzy test to cover time/timestamp/uuid primiti...
  • c71edce [Variant] VariantArrayBuilder tracks only offsets (#8193)
  • a9b4221 Implement ArrayBuilder for UnionBuilder (#8169)
  • be0ede7 [Variant] ParentState handles finish/rollback for builders (#8185)
  • 8875504 arrow-row: Document dictionary handling (#8168)
  • ebb6ede [Variant]: Implement DataType::RunEndEncoded support for cast_to_variant ...
  • 62770b6 [Variant]: Implement DataType::Dictionary support for cast_to_variant ker...
  • 653ca78 [Variant] Rename ValueBuffer as ValueBuilder (#8187)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 4 updates: [hyper](https://github.com/hyperium/hyper), [arrow](https://github.com/apache/arrow-rs), [clap](https://github.com/clap-rs/clap) and [parquet](https://github.com/apache/arrow-rs).


Updates `hyper` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.6.0...v1.7.0)

Updates `arrow` from 56.0.0 to 56.1.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@56.0.0...56.1.0)

Updates `clap` from 4.5.42 to 4.5.46
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.46)

Updates `parquet` from 56.0.0 to 56.1.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@56.0.0...56.1.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: arrow
  dependency-version: 56.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: clap
  dependency-version: 4.5.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: parquet
  dependency-version: 56.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2025
@TonyRippy TonyRippy merged commit 20c944a into main Sep 8, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/minor-updates-fdc09c3523 branch September 8, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants